home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 23 / CU Amiga - Super CD-ROM 23 (June 1998).iso / CreatingGames / Utilities / Misc / AHI / Developer / examples / Low-level / 3rd party / GetAudioID / Source / GAI.cd next >
Encoding:
Text File  |  1996-05-01  |  841 b   |  53 lines

  1. #language english
  2. ;
  3. ;INFORMATION:
  4. ;
  5. ;Catalog description file for GetAudioID
  6. ;
  7. ;
  8. ; (C) Copyright Tomi Blinnikka 1996
  9. ;
  10. ;
  11. ;
  12. ;HELP & EXPLANATIONS:
  13. ;
  14. ; (//)        = Next free ID, No minimum length, No maximum length
  15. ;
  16. ; (/1/1)    = Next free ID, min. length = 1, max. length = 1
  17. ;
  18. ;
  19. ;
  20. ;
  21. ;START OF STRINGS:
  22. ;
  23. ;Strings, error & other info
  24. ;
  25. ;Keep the lengths of these short. They are used for the window title and
  26. ;gadget texts
  27. ;
  28. AHIReqTitle1 (//)
  29. Please select audio mode:
  30. ;
  31. PositiveText2 (//)
  32. OK
  33. ;
  34. NegativeText2 (//)
  35. Cancel
  36. ;
  37. ;
  38. ;Strings, error etc.
  39. ;Error texts should be under 60 according to dos.i
  40. ;
  41. NoAHIText1 (//)
  42. ERROR: Couldn't open ahi.device.\r\n
  43. ;
  44. NoIconText1 (//)
  45. ERROR: Couldn't open icon.library.\r\n
  46. ;
  47. NoAHIReqText1 (//)
  48. ERROR: Couldn't open allocate audio mode requester.\r\n
  49. ;
  50. BadFormatText1 (//)
  51. ERROR: Invalid formatting string.\r\n
  52. ;
  53.